home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / building / ace expert / ae301.exe / %MAINDIR% / ref / Funct10e.ref < prev    next >
Encoding:
Text File  |  1999-02-23  |  1.8 KB  |  109 lines

  1. Date
  2.  getDate()
  3.  getDay()
  4.  getHours()
  5.  getMinutes()
  6.  getMonth()
  7.  getSeconds()
  8.  getTime()
  9.  getTimezoneOffset()
  10.  getYear()
  11.  parse(messageDate)
  12.  setDate(valueDate)
  13.  setHours(valueHour)
  14.  setMinutes(valueMin)
  15.  setMonth(valueMonth)
  16.  setSeconds(valueSec)
  17.  setTime(valueTime)
  18.  setYear(valueYear)
  19.  toGMTString()
  20.  toLocaleString()
  21.  UTC(year,month,day[,hour][,min][,sec])
  22. Math
  23.  abs(n)
  24.  acos(n)
  25.  asin(n)
  26.  atan(n)
  27.  atan2(x,y)
  28.  ceil(n)
  29.  cos(n)
  30.  exp(n)
  31.  floor(n)
  32.  log(n)
  33.  max(n1,n2)
  34.  min(n1,n2)
  35.  pow(base,exposant)
  36.  random()
  37.  round(n)
  38.  sin(n)
  39.  sqrt(n)
  40.  tan(n)
  41. string
  42.  anchor(attributName)
  43.  big()
  44.  blink()
  45.  bold()
  46.  charAt(index)
  47.  fixed()
  48.  fontcolor(color)
  49.  fontsize(size)
  50.  indexOf(value[,index])
  51.  italics()
  52.  lastIndexOf(value[,index])
  53.  link(url)
  54.  small()
  55.  strike()
  56.  sub()
  57.  substring(index1,index2)
  58.  sup()
  59.  toLowerCase()
  60.  toUpperCase()
  61. window
  62.  alert(message)
  63.  close()
  64.  confirm(message)
  65.  open(messageURL,windowNameMessage,[toolbar[=yes|no]|[=1|0],location[=yes|no]|[=1|0],directories[=yes|no]|[=1|0],status[=yes|no]|[=1|0],menubar[=yes|no]|[=1|0],scrollbars[=yes|no]|[=1|0],resizable[=yes|no]|[=1|0],width=pixels,height=pixels])
  66.  prompt(message[,defaultValue])
  67.  setTimeout('function', msec)
  68.  clearTimeout(timeOutID)
  69. document
  70.  clear()
  71.  close()
  72.  open([text/html | text/plain | image/gif | image/jpeg | image/x-bitmap | plugIn])
  73.  write(message1 [,message2,...,messageN])
  74.  writeln(message1 [,message2,...,messageN])
  75. [form|forms['name'|n]]
  76.  submit()
  77. button
  78.  click()
  79. checkbox
  80.  click()
  81. password
  82.  focus()
  83.  blur()
  84.  select()
  85. radio
  86.  click()
  87. reset
  88.  click()
  89. select
  90.  blur()
  91.  focus()
  92. submit
  93.  click()
  94. text
  95.  focus()
  96.  blur()
  97.  select()
  98. textarea
  99.  focus()
  100.  blur()
  101.  select()
  102. history
  103.  back()
  104.  forward()
  105.  go(n|'url')
  106. [frame|frames['name'|n]]
  107.  clearTimeout(timeOutID)
  108.  setTimeout('function', msec)
  109.